DisableScalingGroup
Description
disable a specified scaling group.
Request Method
POST
Request Path
/apsara/route/Ess/DisableScalingGroup
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
ScalingGroupId | BODY | string | Yes | No sample value for this parameter. | ID of the scaling group. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
The specified scaling group does not exist under this user account | invalidscalinggroupid.notfound | The specified scaling group does not exist. | 404 |
Example
Successful Response example
{
"The specified scaling group does not exist under this user account":"The specified scaling group does not exist."
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}